css font face

34

@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSans-Regular-webfont.woff2") format("woff2"),
       url("/fonts/OpenSans-Regular-webfont.woff") format("woff");
}
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot') format('eot'),
       url('webfont.ttf') format('truetype'),
       url('webfont.woff2') format('woff2'),
       url('webfont.woff') format('woff');
}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Judson:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">

Comments

Submit
0 Comments